From: vhanquez@kneesa.uk.xensource.com Date: Wed, 11 Jan 2006 12:02:54 +0000 (+0000) Subject: make xs_test in xenstore compile. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16541^2~64 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=6bc154ed1e341a48ec3e21c08dc10fda9734aedd;p=xen.git make xs_test in xenstore compile. Signed-off-by: Vincent Hanquez --- diff --git a/tools/xenstore/xs_test.c b/tools/xenstore/xs_test.c index 5a43bc40b7..8b1a5ebf1a 100644 --- a/tools/xenstore/xs_test.c +++ b/tools/xenstore/xs_test.c @@ -535,7 +535,7 @@ static void do_introduce(unsigned int handle, *(uint16_t *)((void *)interface + 36) = atoi(eventchn); if (!xs_introduce_domain(handles[handle], atoi(domid), - atol(mfn), atoi(eventchn), path)) { + atol(mfn), atoi(eventchn))) { failed(handle); munmap(interface, getpagesize()); return;